Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 27, 2023

Bumps administrate from 0.1.4 to 0.4.0.

Release notes

Sourced from administrate's releases.

0.4.0

  • [DOC] Use Kaminari syntax in controller's comment hint.
  • #747 [CHANGE] Fix a bug where administrate:views was creating the wrong paths.
  • #739 #743 [BUGFIX] Dependent destroy demo app models.
  • [CHANGE] Remove boilerplate references to staging/production.
  • [CHANGE] Improve the bin/ commands.
  • #733 [CHANGE] Switch administrate-field-image to use the new release.
  • #704 [I18n] Fix a typo on pt-BR translation for polymorphic.
  • #730 [FEATURE] Hide the Search Bar when no attributes are searchable.
  • #732 [I18n] Improve Japanese locales.
  • #729 [FEATURE] Allow primary_key option on relationships instead of hardcoding id.
  • #728 [DOCS] Improve the docs around authentication.
  • #727 [FEATURE] Add a link to show resource from the collection table.
  • #726 [BUGFIX] Check for PhantomJS in the setup script.
  • #721 [CHANGE] Use count(:all) for associations in HasMany fields.
  • #683 [CHANGE] Add Bourbon as an explicit dependency.
  • #713 [CHANGE] Avoid writing to routes.rb when no models exist.
  • #704 [I18n] Fix word on pt-BR translation

0.3.0

  • #127 Add button to clear the search
  • #656 Add Rails 5 support

0.2.2

Bug Fix: Fix LoadError for apps that don't use images

0.2.1

New Features

  • #573 Render custom javascripts and stylesheets to the page by registering them with Administrate in an initializer. For example, you can create config/initializers/administrate.rb with the contents: Administrate::Engine.add_javascript "my_plugin/script" Administrate::Engine.add_stylesheet "my_plugin/styles"
  • #567 Add a partial for rendering HTML links to stylesheets. This is useful for plugin developers, as well as people who want to add custom stylesheets on a page-by-page basis using content_for(:stylesheet).
  • #492 Translate attribute labels on show and index pages. To customize an attribute label, add translations according to the structure: ` en: helpers: label: customer: name: Full Name

... (truncated)

Changelog

Sourced from administrate's changelog.

0.4.0 (Mar 03, 2017)

  • [DOC] Use Kaminari syntax in controller's comment hint.
  • #747 [CHANGE] Fix a bug where administrate:views was creating the wrong paths.
  • #739 #743 [BUGFIX] Dependent destroy demo app models.
  • [CHANGE] Remove boilerplate references to staging/production.
  • [CHANGE] Improve the bin/ commands.
  • #733 [CHANGE] Switch administrate-field-image to use the new release.
  • #704 [I18n] Fix a typo on pt-BR translation for polymorphic.
  • #730 [FEATURE] Hide the Search Bar when no attributes are searchable.
  • #732 [I18n] Improve Japanese locales.
  • #729 [FEATURE] Allow primary_key option on relationships instead of hardcoding id.
  • #728 [DOCS] Improve the docs around authentication.
  • #727 [FEATURE] Add a link to show resource from the collection table.
  • #726 [BUGFIX] Check for PhantomJS in the setup script.
  • #721 [CHANGE] Use count(:all) for associations in HasMany fields.
  • #683 [CHANGE] Add Bourbon as an explicit dependency.
  • #713 [CHANGE] Avoid writing to routes.rb when no models exist.
  • #704 [I18n] Fix word on pt-BR translation

0.3.0 (Oct 28, 2016)

  • #127 [UI] Add button to clear the search
  • #656 [COMPAT] Add Rails 5 support

0.2.2 (May 21, 2016)

  • #560 [BUGFIX] Fix LoadError for apps that don't use images

0.2.1 (May 18, 2016)

  • #573 [FEATURE] Render custom javascripts and stylesheets to the page by registering them with Administrate in an initializer. For example, you can create config/initializers/administrate.rb with the contents:
    Administrate::Engine.add_javascript "my_plugin/script"
    Administrate::Engine.add_stylesheet "my_plugin/styles"
    
  • #567 [FEATURE] Add a partial for rendering HTML links to stylesheets. This is useful for plugin developers, as well as people who want to add custom stylesheets on a page-by-page basis using content_for(:stylesheet).
  • #492 [FEATURE] Translate attribute labels on show and index pages. To customize an attribute label, add translations according to the structure:
    en:
      helpers:
    

... (truncated)

Commits
  • eaacdce Release version 0.4.0
  • ed01634 Fix the CircleCI badge in the README.
  • 077f6d3 Use Kaminari syntax in controller's comment hint
  • 0e6f9c1 Redefine base resource path
  • b7ce134 Fix typo.
  • 16e7490 Products also need to destroy dependent models.
  • e2a9282 Dependent destroy demo app models. (#739)
  • 17cd60e Remove references to staging/production.
  • ff34634 bundle update capybara
  • 8876774 Recommend running rake through bundler
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [administrate](https://github.com/thoughtbot/administrate) from 0.1.4 to 0.4.0.
- [Release notes](https://github.com/thoughtbot/administrate/releases)
- [Changelog](https://github.com/thoughtbot/administrate/blob/main/CHANGELOG.md)
- [Commits](thoughtbot/administrate@v0.1.4...v0.4.0)

---
updated-dependencies:
- dependency-name: administrate
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant